home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gchess40.lha / gnuchess4.0p62 / doc / GENERAL < prev    next >
Text File  |  1992-03-22  |  2KB  |  105 lines

  1.                   GNU Chess
  2.  
  3. Copyright (C) 1987 Stuart Cracraft
  4.   (Copying permission notice at the end.)
  5.  
  6. GNU Chess is your program (as long as you follow the copyright and
  7. licensing rules listed in the file COPYING). Your contributioinspire current and future software
  8. developers. 
  9.  
  10. This document
  11. -------------
  12. This document is not meant to be a an introduction to computer chess.
  13. The following books are excellent introductions and treatises.
  14. They are listed in order of difficulty:
  15.  
  16.    Computer Chess (2nd edition), by David Welsh and Boris Bazcynski
  17.    The Joy of Computer Chess, by David Levy
  18.    Chess Skill in Man and Machine (2nd edition), by Peter Frey
  19.    How Computers Play Chess, by  David Levy
  20.  
  21.  
  22. Current Distribution
  23. --------------------
  24. The most recent distribution of GNU Chess contains the following
  25. main-level files and directories:
  26.  
  27.     Filename         Purpose
  28.    ------------------------------------------------------
  29. doc:
  30.  
  31. ARTICLE ---------- general gnuchess documentation ---------
  32. ARTICLE.2
  33. CHANGES
  34. COPYING
  35. GENERAL
  36. HEURISTICS
  37. MOVE-GEN
  38. PORTING
  39.  
  40. ChangeLog ----------- specific gnuchess documentation ----------
  41. README
  42. README.font - ChessFont copyright info
  43. README.output - how to read gnuchess output
  44.  
  45. checkbook.1 ---------- man pages -----------
  46. checkgame.1
  47. game.1
  48. gnuan.1
  49. gnuan.hlp
  50. postprint.1
  51. gnuchess.1
  52.  
  53. misc:
  54. ChessFont - ChessFont for use with game and postprint
  55. match*    - script to play a match with xboard
  56. gnuchess2.book - opening book
  57.  
  58. src:
  59. Makefile - unix makefile
  60. Makefile.dos - MSDOS makefile not updated, needs a dos fan
  61.  
  62. ataks.c - sources for the chess playing program
  63. ataks.h
  64. book.c
  65. dspcom.c
  66. eval.c
  67. genmoves.c
  68. init.c
  69. main.c
  70. gnuchess.h
  71. search.c
  72. util.c
  73. version.h
  74.  
  75. nondsp.c - ASCII interface for acsii terminal/ chesstool/ xboard
  76. nuxdsp.c - IBM PC graphics character set based user interface.
  77. uxdsp.c -  curses based user interface
  78.  
  79. postprint.c - source for postprint
  80. checkbook.c - source for checkbook
  81. checkgame.c - source for checkgame
  82. gnuan.c - source for main analysis module.
  83. game.c  - source for game.
  84.  
  85. test: directory containing 16 test positions from Levy book.
  86.     each file also shows correct move.
  87.  
  88. RESULTS.p11 - results from test cases on a sparc 2.
  89. test1
  90. test10
  91. test11
  92. test12
  93. test13
  94. test14
  95. test15
  96. test16
  97. test2
  98. test3
  99. test4
  100. test5
  101. test6
  102. test7
  103. test8
  104. test9
  105.